Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Actions] Create new docusaurus version on releases #6

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

CristianLara
Copy link
Owner

Converted tutorials are not checked in to version control. We convert them at build time, and on release we need to do this twice:

  1. Convert tutorials with buttons pointing to the specific release tag in github. These converted docs are then copied to the versioned_docs/ directory by docusaurus's versioning mechanism. These versioned converted tutorials are checked in to github.
  2. Convert tutorials with buttons pointing to the main branch. These are for the latest/next unreleased docs and end up in the website build but are not checked in to github.

We ensure the unversioned converted docs are not check in using the .gitignore.

@CristianLara CristianLara merged commit d408683 into main Dec 3, 2024
@CristianLara CristianLara deleted the tutorial-versioning branch December 3, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant